Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[On Hold] Generate Brotli files #619

Closed
wants to merge 1 commit into from

Conversation

andrey-git
Copy link
Contributor

Generate Brotli files

Copy link

@houndci-bot houndci-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some files could not be reviewed due to errors:

Oops! Something went wrong! :(
ESLint: 4.9.0.
ESLint couldn't find the plugin "eslint-plugin-html". This can happen for a couple different reasons:
1. If ESLint is installed globally, then make sure eslint-plugin-html is also installed globally. A globally-installed ESLint cannot find a locally-installed plugin.
2. If ESLint is installed locally, then it's likely that the plugin isn't installed correctly. Try reinstalling by running the following:
    npm i eslint-plugin-html@latest --save-dev
If you still can't figure out the problem, please stop by https://gitter.im/eslint/eslint to chat with the team.

@balloob
Copy link
Member

balloob commented Nov 13, 2017

From the Brotli PR it seems like they only supported receiving requests using brotli. It doesn't seem like they will sent brotli compressed files.

To add that, we should add similar code as this gzip PR for aiohttp.

@emlove
Copy link
Contributor

emlove commented Nov 17, 2017

Ran some numbers out of curiosity:

image

@balloob
Copy link
Member

balloob commented Nov 17, 2017

Note that when it comes to compressing for the web, besides the final size, the CPU needed for decompression matters too.

@andrey-git andrey-git changed the title Generate Brotli files [On Hold] Generate Brotli files Dec 21, 2017
@balloob
Copy link
Member

balloob commented Jun 7, 2018

Can we close this PR?

  • We're waiting for aiohttp support for serving Brotli files
  • We're using WebPack now and thus this PR would need to be redone using brotli-webpack-plugin

@andrey-git andrey-git closed this Jun 8, 2018
@github-actions github-actions bot locked and limited conversation to collaborators Jul 8, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants